text decoration
css 記載
/*リンク下線なし*/
.link { text-decoration: none; }
/*フォントデコなし*/
a { text-decoration: none; }